Fix mistake in reverting defaults
authorjustbur <justin@burkett.cc>
Fri, 20 Nov 2015 11:34:01 +0000 (06:34 -0500)
committerjustbur <justin@burkett.cc>
Fri, 20 Nov 2015 11:35:49 +0000 (06:35 -0500)
Ref 9dd0ceaaabe6b4ac5f3268747b6103fb04d65e5f

Accidentally changed the side window location instead of the show-prefix
one.

which-key.el

index 18b277ecda1abfd80e918629eb146f159f0afa8d..0c7860e15135305d3ea9facf55c964d385a16b3f 100644 (file)
@@ -139,7 +139,7 @@ and have `which-key-special-key-face' applied to them."
   :group 'which-key
   :type 'string)
 
-(defcustom which-key-show-prefix 'bottom
+(defcustom which-key-show-prefix 'echo
   "Whether to and where to display the current prefix sequence.
 Possible choices are echo for echo area (the default), left, top
 and nil. Nil turns the feature off."